home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- handcursor(56)
- ZAPO()
- repeat with n = 41 to 54
- handcursor(n)
- end repeat
- repeat with x = 35 to 40
- handcursor(x)
- end repeat
- if rollOver(35) or rollOver(36) or rollOver(37) or rollOver(38) or rollOver(39) or rollOver(40) then
- set the visible of sprite 30 to 1
- else
- set the visible of sprite 30 to 0
- end if
- zapcheck()
- zap()
- go(the frame)
- end
-